[INFO] fetching crate prompt-templates-macros 0.1.4...
[INFO] fixing prompt-templates-macros-0.1.4 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate prompt-templates-macros 0.1.4 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate prompt-templates-macros 0.1.4
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate prompt-templates-macros 0.1.4
[INFO] tweaked toml for crates.io crate prompt-templates-macros 0.1.4 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate prompt-templates-macros 0.1.4 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate prompt-templates-macros 0.1.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded typed-builder-macro v0.20.1
[INFO] [stderr]   Downloaded typed-builder v0.20.1
[INFO] [stderr]   Downloaded const-str v0.5.7
[INFO] [stderr]   Downloaded prompt-templates v0.1.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 55b5e5b5d4c42efd477380a95ef9f109ef0e610a6d43dc0bf29fe0e64fc8ef1f
[INFO] running `Command { std: "docker" "start" "55b5e5b5d4c42efd477380a95ef9f109ef0e610a6d43dc0bf29fe0e64fc8ef1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "55b5e5b5d4c42efd477380a95ef9f109ef0e610a6d43dc0bf29fe0e64fc8ef1f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "55b5e5b5d4c42efd477380a95ef9f109ef0e610a6d43dc0bf29fe0e64fc8ef1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "55b5e5b5d4c42efd477380a95ef9f109ef0e610a6d43dc0bf29fe0e64fc8ef1f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking const-str v0.5.7
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking syn v2.0.117
[INFO] [stderr]    Compiling typed-builder-macro v0.20.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking typed-builder v0.20.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking prompt-templates v0.1.4
[INFO] [stderr]     Checking prompt-templates-macros v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `Params` in the current scope
[INFO] [stdout]   --> tests/typed_builder_integration.rs:14:36
[INFO] [stdout]    |
[INFO] [stdout]  8 | prompt_templates_macros::include_types!("prompts/greeting.tmpl.md");
[INFO] [stdout]    | ------------------------------------------------------------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     let params = greeting::Params::builder().name("Alice").count(42).build();
[INFO] [stdout]    |                                    ^^^^^^^ associated function or constant not found in `Params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `Params` in the current scope
[INFO] [stdout]   --> tests/typed_builder_integration.rs:22:36
[INFO] [stdout]    |
[INFO] [stdout]  8 | prompt_templates_macros::include_types!("prompts/greeting.tmpl.md");
[INFO] [stdout]    | ------------------------------------------------------------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     let params = greeting::Params::builder()
[INFO] [stdout]    |                                    ^^^^^^^ associated function or constant not found in `Params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `Params` in the current scope
[INFO] [stdout]   --> tests/typed_builder_integration.rs:34:36
[INFO] [stdout]    |
[INFO] [stdout]  8 | prompt_templates_macros::include_types!("prompts/greeting.tmpl.md");
[INFO] [stdout]    | ------------------------------------------------------------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 34 |     let params = greeting::Params::builder().name("Charlie").count(7).build();
[INFO] [stdout]    |                                    ^^^^^^^ associated function or constant not found in `Params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `Params` in the current scope
[INFO] [stdout]   --> tests/typed_builder_integration.rs:44:36
[INFO] [stdout]    |
[INFO] [stdout]  8 | prompt_templates_macros::include_types!("prompts/greeting.tmpl.md");
[INFO] [stdout]    | ------------------------------------------------------------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 44 |     let params = greeting::Params::builder()
[INFO] [stdout]    |                                    ^^^^^^^ associated function or constant not found in `Params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `ParamsItemsItem` in the current scope
[INFO] [stdout]   --> tests/typed_builder_integration.rs:48:40
[INFO] [stdout]    |
[INFO] [stdout]  8 | prompt_templates_macros::include_types!("prompts/greeting.tmpl.md");
[INFO] [stdout]    | ------------------------------------------------------------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 48 |             greeting::ParamsItemsItem::builder().label("task1").build(),
[INFO] [stdout]    |                                        ^^^^^^^ associated function or constant not found in `ParamsItemsItem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `ParamsItemsItem` in the current scope
[INFO] [stdout]   --> tests/typed_builder_integration.rs:49:40
[INFO] [stdout]    |
[INFO] [stdout]  8 | prompt_templates_macros::include_types!("prompts/greeting.tmpl.md");
[INFO] [stdout]    | ------------------------------------------------------------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 49 |             greeting::ParamsItemsItem::builder().label("task2").build(),
[INFO] [stdout]    |                                        ^^^^^^^ associated function or constant not found in `ParamsItemsItem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `ParamsItemsItem` in the current scope
[INFO] [stdout]   --> tests/typed_builder_integration.rs:62:43
[INFO] [stdout]    |
[INFO] [stdout]  8 | prompt_templates_macros::include_types!("prompts/greeting.tmpl.md");
[INFO] [stdout]    | ------------------------------------------------------------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 62 |     let item = greeting::ParamsItemsItem::builder().label("hello").build();
[INFO] [stdout]    |                                           ^^^^^^^ associated function or constant not found in `ParamsItemsItem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `Params` in the current scope
[INFO] [stdout]   --> tests/typed_builder_integration.rs:73:36
[INFO] [stdout]    |
[INFO] [stdout]  8 | prompt_templates_macros::include_types!("prompts/greeting.tmpl.md");
[INFO] [stdout]    | ------------------------------------------------------------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 73 |     let params = greeting::Params::builder()
[INFO] [stdout]    |                                    ^^^^^^^ associated function or constant not found in `Params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `ParamsItemsItem` in the current scope
[INFO] [stdout]   --> tests/typed_builder_integration.rs:77:40
[INFO] [stdout]    |
[INFO] [stdout]  8 | prompt_templates_macros::include_types!("prompts/greeting.tmpl.md");
[INFO] [stdout]    | ------------------------------------------------------------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 77 |             greeting::ParamsItemsItem::builder().label("a").build(),
[INFO] [stdout]    |                                        ^^^^^^^ associated function or constant not found in `ParamsItemsItem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ParamsRole: serde::Serialize` is not satisfied
[INFO] [stdout]   --> tests/cross_crate_integration.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | include_types!("prompts/cross_crate_complex.tmpl.md");
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `serde_core::ser::Serialize` is not implemented for `ParamsRole`
[INFO] [stdout]   --> tests/cross_crate_integration.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | include_types!("prompts/cross_crate_complex.tmpl.md");
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: for local types consider adding `#[derive(serde::Serialize)]` to your `ParamsRole` type
[INFO] [stdout]    = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]    = help: the following other types implement trait `serde_core::ser::Serialize`:
[INFO] [stdout]              &'a T
[INFO] [stdout]              &'a mut T
[INFO] [stdout]              ()
[INFO] [stdout]              (T,)
[INFO] [stdout]              (T0, T1)
[INFO] [stdout]              (T0, T1, T2)
[INFO] [stdout]              (T0, T1, T2, T3)
[INFO] [stdout]              (T0, T1, T2, T3, T4)
[INFO] [stdout]            and 127 others
[INFO] [stdout] note: required by a bound in `to_value`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prompt-templates-0.1.4/src/serde_support.rs:40:20
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub fn to_value<T: Serialize>(value: &T) -> Result<Value, SerError> {
[INFO] [stdout]    |                    ^^^^^^^^^ required by this bound in `to_value`
[INFO] [stdout]    = note: this error originates in the macro `include_types` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `GreetingParams` in the current scope
[INFO] [stdout]   --> tests/typed_builder_integration.rs:91:34
[INFO] [stdout]    |
[INFO] [stdout] 87 | prompt_templates_macros::template_params_struct!("prompts/greeting.tmpl.md" => GreetingParams);
[INFO] [stdout]    | --------------------------------------------------------------------------------------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 91 |     let params = GreetingParams::builder().name("Eve").count(0).build();
[INFO] [stdout]    |                                  ^^^^^^^ associated function or constant not found in `GreetingParams`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `prompt-templates-macros` (test "typed_builder_integration") due to 15 previous errors
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `GreetingParams` in the current scope
[INFO] [stdout]    --> tests/typed_builder_integration.rs:102:34
[INFO] [stdout]     |
[INFO] [stdout]  87 | prompt_templates_macros::template_params_struct!("prompts/greeting.tmpl.md" => GreetingParams);
[INFO] [stdout]     | --------------------------------------------------------------------------------------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 102 |     let output = GreetingParams::builder()
[INFO] [stdout]     |                                  ^^^^^^^ associated function or constant not found in `GreetingParams`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `GreetingParamsItemsItem` in the current scope
[INFO] [stdout]    --> tests/typed_builder_integration.rs:106:38
[INFO] [stdout]     |
[INFO] [stdout]  87 | prompt_templates_macros::template_params_struct!("prompts/greeting.tmpl.md" => GreetingParams);
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 106 |             GreetingParamsItemsItem::builder().label("item1").build(),
[INFO] [stdout]     |                                      ^^^^^^^ associated function or constant not found in `GreetingParamsItemsItem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ParamsSeverity: serde::Serialize` is not satisfied
[INFO] [stdout]   --> tests/cross_crate_integration.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | include_types!("prompts/bug_report.tmpl.md");
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `serde_core::ser::Serialize` is not implemented for `ParamsSeverity`
[INFO] [stdout]   --> tests/cross_crate_integration.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | include_types!("prompts/bug_report.tmpl.md");
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: for local types consider adding `#[derive(serde::Serialize)]` to your `ParamsSeverity` type
[INFO] [stdout]    = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]    = help: the following other types implement trait `serde_core::ser::Serialize`:
[INFO] [stdout]              &'a T
[INFO] [stdout]              &'a mut T
[INFO] [stdout]              ()
[INFO] [stdout]              (T,)
[INFO] [stdout]              (T0, T1)
[INFO] [stdout]              (T0, T1, T2)
[INFO] [stdout]              (T0, T1, T2, T3)
[INFO] [stdout]              (T0, T1, T2, T3, T4)
[INFO] [stdout]            and 127 others
[INFO] [stdout] note: required by a bound in `to_value`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prompt-templates-0.1.4/src/serde_support.rs:40:20
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub fn to_value<T: Serialize>(value: &T) -> Result<Value, SerError> {
[INFO] [stdout]    |                    ^^^^^^^^^ required by this bound in `to_value`
[INFO] [stdout]    = note: this error originates in the macro `include_types` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `CodeReviewParams` in the current scope
[INFO] [stdout]    --> tests/typed_builder_integration.rs:121:36
[INFO] [stdout]     |
[INFO] [stdout] 117 | prompt_templates_macros::template_params_struct!("prompts/code_review.tmpl.md" => CodeReviewParams);
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 121 |     let params = CodeReviewParams::builder()
[INFO] [stdout]     |                                    ^^^^^^^ associated function or constant not found in `CodeReviewParams`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ParamsBugsItemPriority: serde::Serialize` is not satisfied
[INFO] [stdout]   --> tests/cross_crate_integration.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | include_types!("prompts/bug_report.tmpl.md");
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `serde_core::ser::Serialize` is not implemented for `ParamsBugsItemPriority`
[INFO] [stdout]   --> tests/cross_crate_integration.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | include_types!("prompts/bug_report.tmpl.md");
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: for local types consider adding `#[derive(serde::Serialize)]` to your `ParamsBugsItemPriority` type
[INFO] [stdout]    = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]    = help: the following other types implement trait `serde_core::ser::Serialize`:
[INFO] [stdout]              &'a T
[INFO] [stdout]              &'a mut T
[INFO] [stdout]              ()
[INFO] [stdout]              (T,)
[INFO] [stdout]              (T0, T1)
[INFO] [stdout]              (T0, T1, T2)
[INFO] [stdout]              (T0, T1, T2, T3)
[INFO] [stdout]              (T0, T1, T2, T3, T4)
[INFO] [stdout]            and 127 others
[INFO] [stdout] note: required by a bound in `to_value`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prompt-templates-0.1.4/src/serde_support.rs:40:20
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub fn to_value<T: Serialize>(value: &T) -> Result<Value, SerError> {
[INFO] [stdout]    |                    ^^^^^^^^^ required by this bound in `to_value`
[INFO] [stdout]    = note: this error originates in the macro `include_types` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `CodeReviewParamsFindingsItem` in the current scope
[INFO] [stdout]    --> tests/typed_builder_integration.rs:125:43
[INFO] [stdout]     |
[INFO] [stdout] 117 | prompt_templates_macros::template_params_struct!("prompts/code_review.tmpl.md" => CodeReviewParams);
[INFO] [stdout]     | --------------------------------------------------------------------------------------------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 125 |             CodeReviewParamsFindingsItem::builder()
[INFO] [stdout]     |                                           ^^^^^^^ associated function or constant not found in `CodeReviewParamsFindingsItem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `CodeReviewParams` in the current scope
[INFO] [stdout]    --> tests/typed_builder_integration.rs:143:36
[INFO] [stdout]     |
[INFO] [stdout] 117 | prompt_templates_macros::template_params_struct!("prompts/code_review.tmpl.md" => CodeReviewParams);
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 143 |     let output = CodeReviewParams::builder()
[INFO] [stdout]     |                                    ^^^^^^^ associated function or constant not found in `CodeReviewParams`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `prompt-templates-macros` (test "cross_crate_integration") due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "55b5e5b5d4c42efd477380a95ef9f109ef0e610a6d43dc0bf29fe0e64fc8ef1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55b5e5b5d4c42efd477380a95ef9f109ef0e610a6d43dc0bf29fe0e64fc8ef1f", kill_on_drop: false }`
[INFO] [stdout] 55b5e5b5d4c42efd477380a95ef9f109ef0e610a6d43dc0bf29fe0e64fc8ef1f
